Skip to content

Conversation

@miketheman
Copy link
Member

@miketheman miketheman commented Oct 16, 2025

When receiving an inbound JWT, handle cases where the inbound issuer is not one of the "standard" service URLs, such as in the case of GitLab Self-Managed or GitHub Enterprise Server instances.

Resolves: #18865

Calling PendingGitLabPublisher.reify() with a custom issuer_url has not been implemented yet.

@miketheman miketheman requested a review from a team as a code owner October 16, 2025 20:51
@miketheman miketheman force-pushed the miketheman/18865-lookup-custom-issuers branch 2 times, most recently from cef5b87 to 18dea01 Compare October 20, 2025 18:43
When receiving an inbound JWT, handle cases where the inbound issuer is
not one of the "standard" service URLs, such as in the case of GitLab
Self-Managed or GitHub Enterprise Server instances.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman force-pushed the miketheman/18865-lookup-custom-issuers branch from 18dea01 to f14dde8 Compare October 21, 2025 14:46
@miketheman miketheman enabled auto-merge (squash) October 21, 2025 14:50
@miketheman miketheman merged commit 36a5819 into pypi:main Oct 21, 2025
21 checks passed
@miketheman miketheman deleted the miketheman/18865-lookup-custom-issuers branch October 21, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Look up custom issuer URLs during token minting

2 participants